home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / monitory / tasky / source / smakefile < prev    next >
Makefile  |  1993-05-14  |  197b  |  12 lines

  1. # SAS/C 6.2 lmkfile for tasky
  2. # created on Friday 19-Mar-93 20:44:23 
  3. # uses SCOPTIONS
  4.  
  5. OBJS=    tasky.o tasklist.o sprintf.o
  6.  
  7. tasky:    $(OBJS)
  8.     sc link $(OBJS)
  9.  
  10. sprintf.o:    sprintf.asm
  11.     asm sprintf.asm
  12.